home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / rbsetnv1.zip / POPEN.H < prev    next >
Text File  |  1990-04-11  |  130b  |  5 lines

  1. extern     FILE *popen( char *, char * );
  2. extern     int pclose( FILE * );
  3. void     set_popen_shell(void);
  4. void    set_popen_exec(void);
  5.